Welcome![Sign In][Sign Up]
Location:
Search - bezier c

Search list

[Graph Drawing画图系统

Description: 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a certain method of generating algorithm round. Achieving rubber-band linear, circular and rectangular. Achieving polygon clipping. To achieve basic geometry transformation (translation, rotation, zoom). Achieving Bezier curve or B-spline curves. The final results show is a small interactive graphics system, with all the functional interface to link up.
Platform: | Size: 5120 | Author: 李玮玮 | Hits:

[2D Graphiccurve_test.tar

Description: curve_test is a set of 3 programs to demonstrate 3 different kind of third-order parametric curves: Hemite curve segments, Bezier curve segments, and Splines. Hemite curves are defined by two endpoints and two vectors, Bezier curves are defined by four points, and Spline curves are defined by 4+n points.-curve_test is a set of three programs to demonst rate 3 different kind of third-order Parametri c curves : hermitian curve segments, Bezier curve segments, and Splines. hermitian curves are defined by two en dpoints and two vectors. Bezier curves are defined by four points, and spline curves are defined by n points.
Platform: | Size: 7168 | Author: Jet Lan | Hits:

[Fractal programBezier_3_ins

Description: Bezier曲线的一般C代码算法,在VC环境下运行的.-the general Bezier curve C code algorithm, the VC environment operates.
Platform: | Size: 3072 | Author: bean_49 | Hits:

[GDI-BitmapMFCBezier

Description: Bezier曲线的C++算法实现.利用MFC库自己编写.-Bezier curve C algorithm. Use to prepare themselves for MFC.
Platform: | Size: 37888 | Author: 李才 | Hits:

[OpenGL programBezier1-1

Description: OpenGL,Visual C++ 生成贝塞尔曲线 KEYfunction: c - 清空屏幕;e - 擦除曲线;b - 画贝塞尔曲线-OpenGL, Visual C Bessel curve KEYfunction Generation : c-blank screen; e-erasure curve; b-painting Bessel curve
Platform: | Size: 175104 | Author: 许家琦 | Hits:

[Graph DrawingBezier_curvemode

Description: 计算机图形学作业!c++写!运用B样条绘制图形的算法-computer graphics operations. C write! Use of the B-spline Rendering Algorithm
Platform: | Size: 96256 | Author: 江海 | Hits:

[3D Graphicdecastelia

Description: 用(de castelija)德卡斯里奥算法,c语言创建Bezier曲面!-with (de castelija) Dekashiliao algorithm, c language to create Bezier surface!
Platform: | Size: 122880 | Author: yao | Hits:

[CSharpbeiseer

Description: 设计C#定制控件实现贝塞尔曲线,贝塞尔曲线控件源程序+调用贝塞尔曲线控件的Windows应用程序-Design C# Custom controls realize Bessel curve, Bezier curve control source+ Called Bezier curve control Windows applications
Platform: | Size: 34816 | Author: zhouwenjin | Hits:

[Windows DevelopPrimer

Description: Bezier曲线的Visual C++程序-Bezier curves Visual C++ Procedures
Platform: | Size: 904192 | Author: 李文玉 | Hits:

[CSharpBessel_control

Description: 用c#做的一个贝塞尔曲线的控件,很方便,可以在你的项目中方便的调用它-With c# Do a Bezier curve of control, very convenient, you can facilitate your project, call it
Platform: | Size: 35840 | Author: gba | Hits:

[Embeded-SCM DevelopBspline

Description: 通过C++和GLUT,用OPENGL 实现的 二次 B spline 曲线渲染。 鼠标左键点击,添加控制点,可以随意移动控制点来改变曲线。 适合OPENGL初学者了解曲线生成过程。-Through the C++ And GLUT, using OPENGL realized quadratic B spline curve rendering. Click the left mouse button, add control points, you can move the control point to change the curve. OPENGL for beginner to understand the process of curve generation.
Platform: | Size: 38912 | Author: dma | Hits:

[Graph programtxxxt

Description: 图形学系统的功能: 实现画直线、圆、贝塞尔三次曲线、三角形;直线、圆、贝塞尔三次曲线的旋转、放缩、移动;对圆、三角形以及矩形的填充;最后的一个功能是对直线的裁剪! -Graphics system: towards painting a straight line, round, Bezier Cubic Curves, triangles a straight line, round, Bezier curves of the three rotation, zoom, mobile of circular, triangular and rectangular fill Finally a function of is cutting a straight line!
Platform: | Size: 212992 | Author: linkecong | Hits:

[Graph DrawingC++2

Description: 利用C++实现贝塞尔曲线的绘制,有意者可试用,多多指教-The use of C realize Bezier Curve, Interested parties may try the exhibitions
Platform: | Size: 4096 | Author: caidoudou | Hits:

[GDI-BitmapdrawingBeziercurvebyC++

Description: 贝济埃曲线(Bezier)的C++实现与获取鼠标在窗体中的实时坐标-Bezi Egypt curve (Bezier) of the C++ Realize with access to the mouse in the form of real-time coordinates
Platform: | Size: 1993728 | Author: 雾水葛 | Hits:

[Special EffectsBezier

Description: 用Visual C++,根据用户输入控制点坐标,生成并显示贝塞尔曲线,其中用到opengl的画点函数-Using Visual C++, In accordance with user input control point coordinates, to generate and display the Bezier curve, which uses opengl for drawing point function
Platform: | Size: 1024 | Author: feifei | Hits:

[Special Effectsbezier

Description: 这是绘画bezier曲线的小程序。使用者可以从此处得知如何编写bezier曲线的程序。应用程序便是以c++编写绘成的bezier曲线-This is a Bezier curve drawing applet. From here the user can learn how to prepare the procedures for Bezier curves. Application is to c++ Are ready to prepare the Bezier curve
Platform: | Size: 138240 | Author: Jackey Chen | Hits:

[OpenGL programbezier

Description: 利用opengl绘制三次bezier曲线,B--绘制曲线 C--全部重绘 E--重绘曲线 Q--退出-Use opengl rendering three Bezier curves, B drawn curve C all redraw redraw E curve Q Quit
Platform: | Size: 2380800 | Author: jjia | Hits:

[VC/MFCbezir

Description: Draw bezier with visual c++!
Platform: | Size: 1970176 | Author: roseamy | Hits:

[Graph DrawingBezier

Description: 这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
Platform: | Size: 1024 | Author: michelle | Hits:

[Graph programBezier

Description: C语言写的绘制的Bezier图形小程序,希望对初学图形学的学习者有帮助-C language to write the Bezier graphics drawing applet, in the hope that novice learners graphics help
Platform: | Size: 1024 | Author: 响兄弟 | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net